home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / newmake.arc / MAKE_ADD.MAN < prev    next >
Text File  |  1986-09-21  |  1KB  |  65 lines

  1.  
  2.  
  3. MAKE (1) addendum        9/21/86            MAKE (1) addendum
  4.  
  5.  
  6. SYSNOSIS
  7.     make ... [-m name:body ...] ...
  8.  
  9.  
  10. DESCRIPTION
  11.     This version of make now allows limited definition of macros on
  12.     the command line when invoking the utility. The syntax of a
  13.     command line macro definition is:
  14.  
  15.        -m <name>:<body>
  16.  
  17.     where <name> is the macro name and <body> is the macro text. The
  18.     macro name, seperator, and body may not contain whitespace.
  19.  
  20.     You may define more than one macro this way, the only limitation
  21.     being the maximum size of the comand line. However, unlike
  22.     macros defined in the makefile, macros cannot be "undefined"
  23.     from the command line; you must specify definition text to
  24.     associate with the name.
  25.  
  26.     Make performs macro substitution and escape character processing
  27.     on the command line definitions.
  28.  
  29.     Because the Lattice C start-up routine consumes any equal-sign
  30.     characters and immediately following text that appear on the
  31.     command line, the syntax of a command line macro definition must
  32.     be different from the syntax used in the makefile. Sorry about
  33.     that. Complaints should be directed to Lattice.
  34.  
  35.  
  36. AUTHOR
  37.     Richard Hargrove
  38.     Texas Instruments, Inc.
  39.     P.O. Box 868305, m/s 8435
  40.     Plano, TX   75086
  41.     214/575-4128
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.                  [ 1 ]
  63.  
  64.  
  65.